From f241976e9bfa8a7aab444c563eb0547c267706fe Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sun, 16 May 1993 00:44:32 +0000 Subject: [PATCH] * Makefile.in (oldXMenu/Makefile): Make this depend on ${srcdir}/oldXMenu/Makefile.in, not itself. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 81937c16a7a..f27f65f7067 100644 --- a/Makefile.in +++ b/Makefile.in @@ -286,7 +286,7 @@ src/Makefile: ${srcdir}/src/Makefile.in Makefile @${srcdir}/move-if-change src/Makefile.tmp src/Makefile chmod -w src/Makefile -oldXMenu/Makefile: ${srcdir}/oldXMenu/Makefile Makefile +oldXMenu/Makefile: ${srcdir}/oldXMenu/Makefile.in Makefile rm -f oldXMenu/Makefile.tmp @echo "Producing \`oldXMenu/Makefile' from \`${srcdir}/oldXMenu/Makefile'." @(echo "# This file is generated from \`${srcdir}/oldXMenu/Makefile'." ; \ -- 2.30.2